home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / effects / qtshoweffect / application files / comresource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  2.8 KB  |  73 lines

  1. //{{NO_DEPENDENCIES}}
  2. //
  3. //    File:        ComResource.h
  4. //
  5. //    Contains:    Application-specific resource definitions for QTShowEffect application.
  6. //                This file is used for ***BOTH*** MacOS and Windows.
  7. //
  8. //    Written by:    Tim Monroe
  9. //
  10. //    Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //
  13.  
  14. #define IDS_APPNAME                     1
  15. #define IDS_DESCRIPTION                 2
  16.  
  17. // menu positions
  18. #define WINDOWMENU                      4
  19.  
  20. #define IDS_FILTERSTRING                3
  21. #define IDS_SAVEDIALOG                  2000
  22. #define IDI_APPICON                     101
  23. #define IDI_CHILDICON                   102
  24. #define IDD_ABOUT                       103
  25. #define IDS_FILEMENU                    1000
  26. #define IDM_FILENEW                     1001
  27. #define IDM_FILEOPEN                    1002
  28. #define IDM_FILECLOSE                   1005
  29. #define IDM_FILESAVE                     1007
  30. #define IDM_FILESAVEAS                     1008
  31. #define IDM_EXIT                        1009
  32. #define IDS_EDITMENU                    1100
  33. #define IDM_EDITUNDO                    1101
  34. #define IDM_EDITCUT                     1102
  35. #define IDM_EDITCOPY                    1103
  36. #define IDM_EDITPASTE                   1104
  37. #define IDM_EDITCLEAR                   1105
  38. #define IDM_EDITSELECTALL               1106
  39.  
  40. // application-specific menu items;
  41. // these must coordinate with the Macintosh menu ID/menu item combo for menus
  42. #define kEffectMenu                        131
  43. #define kSettingsMenu                    132
  44.  
  45. #define IDS_EFFECT_MENU                  2
  46. #define IDM_SELECT_EFFECT                33537    //((kEffectMenu<<8)+(1))
  47. #define IDM_RUN_EFFECT                    33539    //((kEffectMenu<<8)+(3))
  48. #define IDM_STEP_AHEAD                    33540    //((kEffectMenu<<8)+(4))
  49. #define IDM_STEP_BACK                    33541    //((kEffectMenu<<8)+(5))
  50. #define IDM_MAKE_EFFECT_MOVIE            33543    //((kEffectMenu<<8)+(7))
  51. #define IDM_GET_FIRST_PICTURE            33545    //((kEffectMenu<<8)+(9))
  52. #define IDM_GET_SECOND_PICTURE            33546    //((kEffectMenu<<8)+(10))
  53.  
  54. #define IDS_SETTINGS_MENU                  3
  55. #define IDM_NO_LOOPING                    33793    //((kSettingsMenu<<8)+(1))
  56. #define IDM_NORMAL_LOOPING                33794    //((kSettingsMenu<<8)+(2))
  57. #define IDM_PALINDROME_LOOPING            33795    //((kSettingsMenu<<8)+(3))
  58. #define IDM_STANDARD_DIALOG                33797    //((kSettingsMenu<<8)+(5))
  59. #define IDM_CUSTOM_DIALOG                33798    //((kSettingsMenu<<8)+(6))
  60. #define IDM_FAST_DISPLAY                33800    //((kSettingsMenu<<8)+(8))
  61. #define IDM_SUBPANELS                    33802    //((kSettingsMenu<<8)+(10))
  62.  
  63. #define IDS_WINDOWMENU                  1300
  64. #define IDM_WINDOWTILE                  1301
  65. #define IDM_WINDOWCASCADE               1302
  66. #define IDM_WINDOWCLOSEALL              1303
  67. #define IDM_WINDOWICONS                 1304
  68. #define IDM_WINDOWCHILD                 1310
  69. #define IDS_HELPMENU                    1400
  70. #define IDM_ABOUT                       1401
  71. #define IDC_STATIC                      -1
  72.  
  73.